﻿a:hover{ color:#267fff;}
.bg0{ background-color: #ffffff; }
.bg1{ background-color: #f8f8f8; }
.bg2{ background-color: #f6f6f6; }
.bg3{ background-color: #f9f9f9; }
.colr_main{ color:#267fff; }
.colr_main2{ color:#e22646; }
.colr0{ color:#fff; }
.colr1{ color:#000; }
.colr2{ color:#333; }
.colr3{ color:#666; }
.colr4{ color:#999; }
ol,ul,li{list-style: none;}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:#777777;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:#777777;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:#777777;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:#777777;
}

.imgBox{ position:relative; }
.imgBox img{ position:absolute; left:0; top:0; height:100%; width:100%; }
.fl{float: left;}
.fr{float: right;}
.clear{
  clear:both !important;
  folat:none !important;
  zoom:~"1\9";
}
.clear:after{
  content: "";
  display: block;
  clear: both;
  float: none;
}

/**动画**/
*[data-animation]{ opacity: 0; }
.animated{ opacity: 1; }

@media (min-width:1350px) {
    .container{ width:1330px; }
}

.AutoTitle{ text-align:center; padding:0px; }
.btitle{ font-size:30px; line-height:1.4em; color:#333333; font-weight:bold; }
.btitle::after{ content:""; display:block; height:2px; width:20px; background:#04823d; margin:4px auto 0; }
.btitles{font-size: 14px; line-height: 40px;text-align: center;}
.MoreBox a,
.MoreBox .a{ font-size:14px; color:#09a0e7; line-height:38px; padding:0 15px; border:1px solid #09a0e7; display:inline-block; transition:all .5s; }
@media only screen and (min-width: 1200px){
    .MoreBox a:hover,
    .MoreBox .a:hover{ color:#fff; background-color:#09a0e7; }
}
@media only screen and (max-width: 1200px){
    .AutoTitle{ padding:25px 0 15px; }
    .btitle{ font-size:22px; }
    .MoreBox a,
    .MoreBox .a{ line-height:30px; }
}
@media only screen and (max-width: 768px){
    .AutoTitle{ padding:20px 0 10px; }
    .btitle{ font-size:20px; }
}

/**头部导航**/
#header{ position:fixed; left:0; width:100%; top:0; z-index:9; background-color:#fff; padding:23px 0; }
#header .logo{ display:table-cell; align-items:center; vertical-align:middle; height: 60px; }
#header .logo img{ display:block; transition:all .3s; height:54px; }
#header .Menu{ font-size:0; }
#header .Menu li{ display: inline-block; vertical-align: middle; line-height:60px; font-size:16px; color:#333333; }
#header .Menu .title{ display:block; color:#333333; }
#header .Menu .title span{ position:relative; z-index:2; display:block; }
#header .Menu .Lib{ min-width: 100%; background:rgba(255,255,255,.99); box-shadow: -10px 0 10px rgba(0,0,0,0.1); word-break:keep-all; white-space:nowrap; }
#header .Menu .Lib .Box{ padding:35px 0; }
#header .Menu .Lib .imgBox{ padding-top:19.616%; width:420px; }
#header .Menu .Lib .type{ font-size:20px; font-weight: bold; width: 22.5%; }
#header .Menu .Lib .aBox{ width: 72.5%; }
#header .Menu .Lib .aBox a{ font-size:17px; line-height:1.2em; width: 48%; display: inline-block; float: left; min-height: 40px; white-space: nowrap; position: relative; }
#header .Menu .Lib .aBox a.hot:before{ display: block; content: ""; position: absolute; left:16px; top:0; height:20px; width:14px; background:url(../images/hot.png) no-repeat center; animation: shake-vertical 1s infinite ease-in-out;  }
#header .Menu .Lib .aBox a:nth-child(2n+1){ margin-left: 4%; }
#header .Menu .Lib .aBox a i{ display: inline-block; vertical-align: middle; font-style: normal; margin-right:10px; position: relative; top: -1px; }
#header .Menu .Lib .aBox a .i_icon{ display: none; }
#header .Menu .Lib .aBox a .txt{ display: inline-block; }
.SmallHeader #header{ box-shadow:0 0 10px rgba(0,0,0,.2); }

@media (min-width:1200px) {
    body{ padding-top:96px; }
    #header .Box{ position:relative; line-height:0; }
    #header .Menu>.container{ padding:0; width:100%; }
    #header .Menu .ul{ display:inline-block; vertical-align:middle; }
    #header .Menu .on .title{ color:#09a0e7; transition:all .3s; }
    #header .Menu li{ position:relative; }
    #header .Menu li .title{ padding:0 16px; position:relative; transition:all .3s; }
    #header .Menu .title:hover{ color:#09a0e7; }
    #header .Menu li:hover .title::before{ display:block; }
    #header .Menu .title::before{ content:""; display:none; position: absolute; left:0; top:100%; width:100%; height:100%; background:transparent; }
    #header .Menu .hlb::after{ content:""; position: absolute; left:50%; top:100%; margin-left:-7px; margin-top: 0; border:7px solid transparent; border-bottom-color:#09a0e7; transform:scale(0); -webkit-transform:scale(0); -moz-transform:scale(0); -ms-transform:scale(0); -o-transform:scale(0); transition:opacity .3s,margin .3s; -webkit-transition:opacity .3s,margin .3s; -ms-transition:opacity .3s,margin .3s; -moz-transition:opacity .3s,margin .3s; -o-transition:opacity .3s,margin .3s; }
    #header .Menu li:hover .hlb::after{ opacity:1; margin-top:9px; z-index:2; transform:scale(1); -webkit-transform:scale(1); -moz-transform:scale(1); -ms-transform:scale(1); -o-transform:scale(1); }
    #header .Menu li:hover .Lib{ opacity:1; margin-top:23px; z-index:2; transform:scale(1) translateX(-50%); -webkit-transform:scale(1) translateX(-50%); -moz-transform:scale(1) translateX(-50%); -ms-transform:scale(1) translateX(-50%); -o-transform:scale(1) translateX(-50%); }
    #header .Menu .Lib{ position: absolute; left: 50%; top: 100%; text-align:center; margin-top:0px; opacity:0; z-index: -1; transform:scale(0) translateX(-50%); -webkit-transform:scale(0) translateX(-50%); -moz-transform:scale(0) translateX(-50%); -ms-transform:scale(0) translateX(-50%); -o-transform:scale(0) translateX(-50%); transition:opacity .3s,margin .3s; -webkit-transition:opacity .3s,margin .3s; -ms-transition:opacity .3s,margin .3s; -moz-transition:opacity .3s,margin .3s; -o-transition:opacity .3s,margin .3s; }
    #header .Menu .Lib .container{ padding:5px 0; width:auto; }
    #header .Menu .Lib a{ display:block; padding:12px 10px; font-size:13px; line-height:20px; color:#666; }
    #header .Menu .Lib a:hover{ color:#09a0e7; background-color:#f5f5f5; }
    #header .Menu .Lib .as{ position:relative; }
    #header .Menu .Lib .as:hover>a{ background-color:#f5f5f5; }
    #header .Menu .Lib .as .Lib2{ position: absolute; left:100%; top:0; display:none; background:#fff; }
    #header .Menu .Lib .as:hover .Lib2{ display:block; }
    #header .FormBox{position:absolute;left:0;top:-10px;z-index:-1;width:100%;padding:10px 0;background:#fff;opacity:0;margin-top:-15px;transform:scale(0);transition:opacity 0.3s,margin-top 0.3s,padding 0.3s;}
    #header .FormBox .form{display:block;position:relative;padding:0 40px;}
    #header .FormBox .form .Key{display:block;width:100%;height:50px;line-height:50px;padding:0 15px;font-size:16px;color:#ccc;}
    #header .FormBox .form .submit{display:block;cursor:pointer;position:absolute;right:10px;top:0;height:100%;width:30px;background:url(../images/icon_search_h.png) no-repeat center/18px auto;}
    #header .FormBox .form .exit{display:block;cursor:pointer;position:absolute;left:10px;top:0;height:100%;width:30px;background:url(../images/exit.png) no-repeat center / 16px auto;}
    #header .other{ display:inline-block; vertical-align:middle; }
    #header .SearchBtn{ margin-right:25px; display:inline-block; vertical-align:middle; height:50px; width:30px; background:url(../images/icon_search.png) no-repeat center/18px auto; }
    #header .SearchBtn:hover{ background-image:url(../images/icon_search_h.png); }
    #header .language{ display:inline-block; vertical-align:middle; font-size:14px; color:#666666; line-height:50px; padding-left:25px; background:url(../images/icon_language.png) no-repeat left center/18px auto; position:relative; }
    #header .language .t{ display:block; padding-right:10px; background:url(../images/jt1.png) no-repeat right center; }
    #header .language .aBox{ border:1px solid #dfdfdf; text-align:center; background:#fff; opacity:0; margin-top:-10px; position:absolute; right:0; top:80%; background:#fff; transform:scale(0); -webkit-transform:scale(0); -moz-transform:scale(0); -ms-transform:scale(0); -o-transform:scale(0); transition:opacity .3s,margin .3s; -webkit-transition:opacity .3s,margin .3s; -ms-transition:opacity .3s,margin .3s; -moz-transition:opacity .3s,margin .3s; -o-transition:opacity .3s,margin .3s; }
    #header .language .aBox::before{ position: absolute; left:0; bottom:100%; content:""; width:100%; height:5px; background:url(../images/jt4.png) no-repeat center; }
    #header .language:hover .aBox{ margin-top:0; opacity:1; z-index:2; transform:scale(1); -webkit-transform:scale(1); -moz-transform:scale(1); -ms-transform:scale(1); -o-transform:scale(1); }
    #header .language .aBox a{ display:block; font-size:14px; line-height:20px; color:#888888; padding:7px 10px; }
    #header .language .aBox a+a{ border-top:1px solid #eeeeee; }
    #header .language .aBox a:hover{ color:#09a0e7; background:#eef1f6; }
    .SearchShow #header .FormBox{ opacity: 1; margin-top: 0; transform: scale(1); z-index: 9; }
    .SmallHeader #header .FormBox{ top:-15px; }
    .SmallHeader #header .language,
    .SmallHeader #header .SearchBtn{ line-height:40px; height:40px; }
    .SmallHeader #header{ padding:15px 0; }
    .SmallHeader #header .logo{ height:40px; }
    .SmallHeader #header .logo img{ height:36px; }
    .SmallHeader #header .Menu li{ line-height:40px; font-size:15px; }
    .SmallHeader #header .Menu li .title{ padding:0 20px; }
    .SmallHeader #header .Menu li:hover .hlb::after{ margin-top:1px; }
    .SmallHeader #header .Menu li:hover .Lib{ margin-top:15px; }
}
@media only screen and (max-width: 1200px){
    body{ padding-top:0; }
    /**头部导航**/
    #header{ box-shadow:0 0 10px rgba(0,0,0,.2); padding:5px 0; position:sticky; top:0; }
    #header .logo{ height: 50px; }
    #header .logo img{ height: 38px; }
    #header .PhoneMenu{ width: 34px; padding-top:12px; position: relative; float: right; }
    #header .PhoneMenu i{ display: block; background:#267fff; height:3px; opacity: 1; transition: all 0.3s linear; -webkit-transition: all 0.3s linear; -ms-transition: all 0.3s linear; -moz-transition: all 0.3s linear; -o-transition: all 0.3s linear;  }
    #header .PhoneMenu i+i{ margin-top:8px; }
    #header .Menu{ position: fixed; top:60px; padding:15px 0 10px; left: 0; height:calc(100vh - 60px); width:100%; z-index: 99; overflow-y:auto; background-color: rgba(255, 255, 255,0.95); transform:scaleX(0); -webkit-transform:scaleX(0); -ms-transform:scaleX(0); -moz-transform:scaleX(0); -o-transform:scaleX(0); box-shadow: none; }
    #header .Menu .ul{ padding:0; }
    #header .Menu li{ display: block; float: none; line-height:26px; border-bottom:1px solid rgba(38, 127, 255,.99); }
    #header .Menu li .title{ margin:0; font-size:17px; padding:10px 0; color:#267fff; position:relative; }
    #header .Menu li .title .icon{ z-index: 2; position: absolute; left:auto; right: 0; top:50%; display: block; content: ""; height:100%; width:30px; background: url(../images/icon_add.png) no-repeat center/22px auto;transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); }
    #header .Menu li.click .title .icon{ background-image: url(../images/icon_add2.png); }
    #header .Menu .Lib{ position: static; box-shadow: none; display:none; margin-top:-10px; background:#fff; padding:5px 0; }
    #header .Menu .Lib .container{ padding:0; width:100%; }
    #header .Menu .Lib a{ display:block; font-size:15px; padding:3px 15px; }
    #header .Menu .Lib .Lib2{background: #fcfcfc; padding: 5px 0;}
    #header .Menu .Lib .Lib2 a{ font-size:14px; padding:1px 15px; }
    #header .language .t{ display:none; }
    #header .language .aBox a{ display:block; font-size:17px; padding:10px 0; color:#267fff; border-bottom:1px solid rgba(38, 127, 255,.99); }
    #header .FormBox .form{ display:block; width:100%; border:2px solid #267fff; border-radius:5px; position:relative; padding-right:46px; }
    #header .FormBox .form .Key{ display:block; padding:0 15px; line-height:36px; width:100%; font-size:14px; }
    #header .FormBox .form .submit{ position: absolute; right:0; top:0; width:46px; height:100%; background:#267fff url(../images/icon_search_h2.png) no-repeat center; }
    .MenuShow #header .PhoneMenu .i1{ transform: rotate(45deg) translate(0.1rem,0.12rem); -webkit-transform: rotate(45deg) translate(8px,7px); -ms-transform: rotate(45deg) translate(8px,7px); -moz-transform: rotate(45deg) translate(8px,7px); -o-transform: rotate(45deg) translate(8px,7px); }
    .MenuShow #header .PhoneMenu .i2{ opacity: 0; }
    .MenuShow #header .PhoneMenu .i3{ transform: rotate(-45deg) translate(9px,-7px); -webkit-transform: rotate(-45deg) translate(9px,-7px); -ms-transform: rotate(-45deg) translate(9px,-7px); -moz-transform: rotate(-45deg) translate(9px,-7px); -o-transform: rotate(-45deg) translate(9px,-7px); }
    .MenuShow #header .Menu{ opacity: 1; transform:scaleX(1); -webkit-transform:scaleX(1); -ms-transform:scaleX(1); -moz-transform:scaleX(1); -o-transform:scaleX(1); }
}
@media only screen and (max-width: 768px){
    #header .logo img{ height: 30px; }
}

/**底部**/
#footer{ background-color:#222222; color:#777777; font-size:14px; line-height:20px; padding:1px 0; }
#footer a{ color:#777; }
#footer .top{ padding:50px 0; }
#footer .menu{}
#footer .menu li{ float:left; display:inline-block; max-width:150px; }
#footer .menu li+li{ margin-left:84px; }
#footer .menu .title{ font-size:16px; color:#cdcece; margin-bottom:20px; }
#footer .menu .aBox{}
#footer .menu .aBox .div{ padding:3px 0; }
#footer .menu .aBox .div a{ color:#777777; }
#footer .menu .aBox .div a:hover{ color:#fff; }
#footer .menu .code{ padding-top:6px; }
#footer .menu .code .txt{ font-size:14px; color:#999999; text-align:center; margin-top:10px; }
#footer .message{ text-align:right;  }
#footer .message .mobile{ display:block; margin-bottom:30px; color:#fff; padding:2px 63px 2px 0; background:url(../images/icon_phone.png) no-repeat right 0 center; }
#footer .message .mobile .word{ font-size:14px; line-height:20px; }
#footer .message .mobile .num{ font-size:26px; line-height:26px; }
#footer .message .contact{ font-size:14px; line-height:22px; margin-bottom:20px; }
#footer .message .contact a{ color:#777; }
#footer .bot{ border-top:1px solid #333333; padding:20px 0; }
#footer .bot a{ color:#777777; }
#footer .bot a:hover{ color:#90c31f; }
#footer .shareBox{ font-size:0; }
#footer .shareBox a{ height:24px; width:24px; display:inline-block; vertical-align:top; border-radius:50%; position:relative; }
#footer .shareBox a+a{ margin-left:10px; }
#footer .shareBox .qq{ background:url(../images/icon_fot1.png) no-repeat center/contain; }
#footer .shareBox .wechat{ background:url(../images/icon_fot2.png) no-repeat center/contain; }
#footer .shareBox .sina{ background:url(../images/icon_fot3.png) no-repeat center/contain; }
#footer .shareBox .codeBox{ padding:8px; width:120px; background:#fff; border-radius:3px; position: absolute; left:50%; bottom:100%; margin-bottom:10px; margin-left:-60px; display:none; }
#footer .shareBox .wechat:hover .codeBox{ display:block; }
@media only screen and (min-width: 1200px){
    #footer .message{ max-width:320px; }
    #footer .friendlink{ position:relative; line-height:32px; border:1px solid #333; }
    #footer .friendlink .t{ text-align:center; width:90px; background:#333333; }
    #footer .friendlink .links{ display:block; position:absolute; left:0; bottom:0; height:32px; overflow:hidden; text-align:left; width:calc(100% - 90px); padding:0 27px 0 15px; background:url(../images/jt3.png) no-repeat right 10px bottom 10px; transform:all .3s }
    #footer .friendlink .links:hover{ height:auto; border:1px solid #333; background-color:#222; }
    #footer .friendlink .links a{ display:block; }
    #footer .friendlink .links a:hover{ color:#fff; }
}
@media only screen and (max-width: 1200px){
    /**底部**/
    #footer{}
    #footer .top{ text-align:center; padding:20px 0; }
    #footer .menu{ display:none; }
    #footer .message{ float:none; width:100%; text-align:left; display:flex; flex-wrap:wrap; text-align:center; justify-content:center; }
    #footer .message .mobile{ display:inline-block; padding:0 0 0 28px; background-position:left center; background-size:contain; margin-bottom:5px; order:2; opacity:.6; }
    #footer .message .mobile .word{ display:none; }
    #footer .message .mobile .num{ font-size:14px; line-height:20px; }
    #footer .message .contact{ margin:0; width:100%; order:2; }
    #footer .friendlink{ order:1; width:100%; margin-bottom:15px; }
    #footer .friendlink .t{ float:none; color:#ccc; margin-bottom:2px; }
    #footer .friendlink .links{ margin:0 -5px; }
    #footer .friendlink .links a{ margin:2px 5px; }
    #footer .bot{ text-align: center; padding:10px 0; }
    #footer .bot .f_l,
    #footer .bot .f_r{ float: none; display: block; }
    #footer .shareBox{ margin-top:3px; }
}

/**右侧悬浮**/
#NavFixed{ position: fixed; right: 20px; top:50%; text-align: center; width:65px; z-index: 9; }
#NavFixed .li{ display: block; padding:23px 5px 17px; position: relative; background:#fff; transition: all .3s; border:1px solid #dddddd; margin-top:-1px; }
#NavFixed .li+.li{ border-top:1px solid #ddd; }
#NavFixed .li .icon{ display: block; height: 22px; width:22px; background:no-repeat center; margin:0 auto 3px; }
#NavFixed .li.qqBox .icon{ background-image: url(../images/nav_right1.png); }
#NavFixed .li.phoneBox .icon{ background-image: url(../images/nav_right2.png); }
#NavFixed .li.Returntop .icon{ background-image: url(../images/nav_right3.png); }
#NavFixed .li .txt{ display:block; font-size: 12px; line-height:18px; color:#666666; }
#NavFixed .phoneNumber{ position: absolute; right:100%; top:0; height:100%; word-break: keep-all; white-space: nowrap; padding:0 15px; line-height:85px; margin-right: -20px; opacity: 0; transform: scale(0); transition:margin .3s,opacity .3s; font-size: 22px; font-style: italic; border:1px solid #04823d; background:#04823d; color:#fff; }
#NavFixed .li:hover{ background:#04823d; color:#fff;}
#NavFixed .li:hover .txt{ color:#fff; }
#NavFixed .li:hover .phoneNumber{ margin-right:0; transform: scale(1); opacity: 1; }
#NavFixed .li.qqBox:hover .icon{ background-image: url(../images/nav_right1_h.png); }
#NavFixed .li.phoneBox:hover .icon{ background-image: url(../images/nav_right2_h.png); }
#NavFixed .li.Returntop:hover .icon{ background-image: url(../images/nav_right3_h.png); }
@media only screen and (max-width: 768px){
    #NavFixed{ display:none; }
}

/**首页**/
/***Banner**/
#IndexBan{ position:relative; }
#IndexBan .pc{ display:block; }
#IndexBan .phone{ display:none; }
#IndexBan .point{ z-index:2; position:absolute; left:0; width:100%; bottom:18px; text-align:center; font-size:0; line-height:0; }
#IndexBan .point .swiper-pagination-bullet{ width:10px; height:10px; background-color:#fff; border-radius:50%; opacity:.16; margin:0 5px; }
#IndexBan .point .swiper-pagination-bullet.swiper-pagination-bullet-active{ opacity:1; }
#AutoBan{ position:relative; overflow:hidden; }
#AutoBan img{animation: scaleAnim 5s ease forwards;}
#AutoBan .pc{ display:block; }
#AutoBan .mobile{ display:none; }
#AutoBan .Box{ position: absolute; left:0; top:0; width:100%; height:100%; }
#AutoBan .table{ display:table; width:100%; height:100%; }
#AutoBan .tab-cell{ display:table-cell; width:100%; vertical-align:middle; }
#AutoBan .h1{ text-align:center; color:#fff; font-size:30px; line-height:36px; font-weight:normal; }
#AutoBan .h1::after{ content:""; width:1em; display:block; height:2px; background:#fff; margin:10px auto 0; }







/*==============产品中心=====================*/
.elton_tit{position: relative;color: #333333;text-align: center;margin-bottom: 20px}
.elton_tit:before{content: '';border: 1px solid #c2c2c2; width: 500px;position: absolute;left: 50%;margin-left:-250px;height: 50px;top: 25px;z-index: 0}
.elton_tit .ybt{font-size: 28px;line-height: 180%;display: inline-block;position: relative;background: #f1f1f1;padding: 0 15px; color: #09a0e7; font-weight: 600}
.elton_tit .ybt em{font-style: normal;color: #014d9b}
.elton_tit span{color: #333333;font-size: 16px;text-transform: uppercase;display: inline-block;background: #f1f1f1;padding: 0 15px;line-height: 300%;z-index: 99;position: relative;}


.elton_tit_g{position: relative;color: #333333;text-align: center;margin-bottom: 20px}
.elton_tit_g:before{content: '';border: 1px solid #c2c2c2; width: 500px;position: absolute;left: 50%;margin-left:-250px;height: 50px;top: 25px;z-index: 0}
.elton_tit_g .ybt{font-size: 28px;line-height: 180%;display: inline-block;position: relative;background: #f6f6f6;padding: 0 15px; color: #09a0e7; font-weight: 600}
.elton_tit_g .ybt em{font-style: normal;color: #014d9b}
.elton_tit_g span{color: #333333;font-size: 16px;text-transform: uppercase;display: inline-block;background: #f6f6f6;padding: 0 15px;line-height: 300%;z-index: 99;position: relative;}

.elton_tit_f{position: relative;color: #333333;text-align: center;margin-bottom: 20px}
.elton_tit_f:before{content: '';border: 1px solid #c2c2c2; width: 500px;position: absolute;left: 50%;margin-left:-250px;height: 50px;top: 25px;z-index: 0}
.elton_tit_f .ybt{font-size: 28px;line-height: 180%;display: inline-block;position: relative;background: #fff;padding: 0 15px; color: #09a0e7; font-weight: 600}
.elton_tit_f .ybt em{font-style: normal;color: #014d9b}
.elton_tit_f span{color: #333333;font-size: 16px;text-transform: uppercase;display: inline-block;background: #fff;padding: 0 15px;line-height: 300%;z-index: 99;position: relative;}



.index-product-bj{background:url(../images/cbg.jpg)no-repeat;padding:50px 0; background-size: cover; box-sizing: border-box;}
.index-p-list>div{width:23%;margin-right:2%;float: left;margin-bottom:2%;}
.index-p-list>div:nth-of-type(4n){margin-right:0;}
.index-p-list>div a{position: relative;display: block;overflow: hidden;transition: all ease .4s;border:1px solid #ddd;}
.index-p-list>div a.a1:after{content:"";position: absolute;z-index:1;top: 0px;left: 0%;width: 100%;height: 100%;background-color:rgba(0,0,0,0.5);transform:translate(0%,110%);transition:all .4s;}
.index-p-list>div a.a1:hover:after{content:"";transform:translate(0%,0%);transition:all .4s;}
.index-cp-mz{text-align:center;height:40px;line-height:40px;}
.index-cp-mz a{color:#333;font-size:16px;border:0;}
.index-cp-mz a:hover{background:#e40011;color:#fff;}
.index-p-list>div a img{width: 100%;transform: scale(1);transition: all ease 0.5s;}
.index-p-list>div a:hover img{transform: scale(1.1);}
.index-p-list>div a p{position: absolute;top: 50%;left: 0;right: 0;z-index: 3;padding: 0px 20px;margin: 0px;font-size: 18px;line-height: 50px;color: #fff;text-align: center;opacity: 0;transform:translate(0%,-50%);transition: all ease 0.5s;}
.index-p-list>div a:hover p{opacity: 1;transition-delay: 0.4s;}
.index-p-list>div a p:before,.index-p-list>div a p:after{content:"";position: absolute;z-index:-1;left: 50%;width: 0%;height:1px;background-color:rgba(255,255,255,0.6);transition:all .4s;}
.index-p-list>div a p:before{content:"";top:0px;}
.index-p-list>div a p:after{content:"";bottom:0px;}
.index-p-list>div a:hover p:before,.index-p-list>div a:hover p:after{content:"";z-index:-1;margin-left: -30px;width: 60px;transition-delay: 0.6s;}
.sy_ys img{width:100%;}


/* --- 公司应用 --- */

.home-application{position:relative;}

/* item */

.home-application .item{height:650px; position:relative;}

.home-application .item .photo{height:650px; text-align:center;} 

.home-application .item .content{position:absolute; z-index:200; left:0; top:0; width:100%; height:100%;}

.home-application .item .content .container{ display:flex; align-items:center; height:100%;}

.home-application .item .content .box{ width:805px; height:550px; padding:50px; background:url(../images/home-application.png) no-repeat; margin-left:0; padding-left:80px;}

.home-application .item .content .box .ybt{font-size:48px; color:#fff; font-weight:bolder; margin-bottom:30px;}

.home-application .item .content .box .subtitle{font-size:24px; color:#fff; margin-bottom:30px;}

.home-application .item .content .box .text{width:75%;}

.home-application .item .content .box .text p{line-height:200%; color:#fff; font-size:14px;}



/* other */

.home-application .other{position:absolute; left:0; bottom:100px; z-index:500; width:100%;}

.home-application .other .container{display:flex; align-items:flex-end;}

.home-application .other .pageState{margin-left:80px; font-size:24px; color:#fff;}

.home-application .other .pageState span{display:inline-block; font-size:72px;}

.home-application .other .nextpage{margin-left:125px; width:250px; display: flex; align-items:center; justify-content:space-between; margin-bottom:10px;}

.home-application .other .nextpage a{display:block; color:#fff; cursor:pointer;}

.home-application .other .nextpage a.prev{background:url(../images/page-prev.png) no-repeat left center; padding-left:30px;}

.home-application .other .nextpage a.next{background:url(../images/page-next.png) no-repeat right center; padding-right:30px;}





/**************************关于**************************/
.sy-about{ background:#f6f6f6; padding: 50px 0;overflow: hidden;}
.home-about { padding-top:10px; }
.home-about-pic { width: 45%; float: right;  margin-left: 0px; }
.home-about-pic img{width:100%;}
.home-about-text { width: 53%; float: left; }
.home-about-text p{ font-size: 16px; line-height: 26px; color: #333; padding: 0px 0 10px; }

.home-about-text dl dd { position: absolute; left: 0; bottom: 0; }
.home-about-text dl dd a { display: inline-block; width: 110px; height: 40px; font-size: 14px; line-height: 40px; color: #fff; background-color: #dd0004; text-align: center; margin-right: 10px; }
.home-about-text dl dd a:hover { background-color: #dd0004; }

.acont{overflow: hidden;padding-top:28px;}
.acont ul{margin-right: -2%}
.acont ul li{width: 148px; line-height: 44px; background: #212121; position: relative; margin-right:2%; float: left;}
.acont ul li a{display: block; padding-left: 30px; position: relative; font-size: 16px; color: #ffffff; background: url(../images/dyh.png) no-repeat right; background-position: 110px 17px; z-index: 99;}
.acont ul li::after{content: ""; position: absolute; display: block; width: 0; height: 44px; top: 0; background: #00a1e9; transition: all 0.8s;}
.acont ul li:hover::after{width: 100%;}


.sy_scsb{width: 100%; height: auto; overflow: hidden; margin-bottom: 50px}
.khjz_bj{width:100%;  }
.khjz_dkj{position:relative;}
.khjz{  margin-top:0px;}
.khjz .item{ width:96%;  margin:0 2%; text-align:center; position:relative;overflow:hidden;display:block;transition:transform 0.5s; -webkit-transition:transform 0.5s;}

.khjz .item .cpzs_img{overflow:hidden;}
.khjz .item .cpzs_img img:hover{ transform: scale(1.1);
-moz-transform:scale(1.1);
-ms-transform: scale(1.1);
-o-transform:scale(1.1);
-webkit-transform: scale(1.1);
transition-duration: .5s;
-moz-transition-duration: .5s;
-webkit-transition-duration: .5s;
-o-transition-duration: .5s; }

.khjz .item .cpzs_img img{transition-duration: .8s;
-moz-transition-duration: .8s;
-webkit-transition-duration: .8s;
-o-transition-duration: .8s;}
.khjz .item .cpzs_wb{width:100%; height:100%; text-align:center; padding: 10px 30px; background:#fff;  }

.khjz .item .cpzs_wb .cpzs_wb_t{ overflow:hidden; text-overflow:ellipsis; white-space:nowrap;font-size:18px; font-weight:bold; padding:10px 0;  }
.cpzs_wb_t-nr{text-align:left;margin:20px 0; color:#999; font-size:15px;text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden; }

.khjz .item:hover .cpzs_wb .cpzs_wb_b{ opacity:1;}

.owl-carousel .owl-wrapper:after{content: " ";display: block;clear: both;visibility: hidden;line-height: 0;height: 0;}
/* display none until init*/
.owl-carousel{display:none; width: 100%;-ms-touch-action:pan-y;}
.owl-carousel .owl-wrapper{display: none;position: relative;-webkit-transform: translate3d(0px, 0px, 0px);}
.owl-carousel .owl-wrapper-outer{overflow: hidden;width: 100%;}
.owl-carousel .owl-wrapper-outer.autoHeight{-webkit-transition: height 500ms ease-in-out;-moz-transition: height 500ms ease-in-out;-ms-transition: height 500ms ease-in-out;-o-transition: height 500ms ease-in-out;transition: height 500ms ease-in-out;}
.owl-carousel .owl-item{float: left;}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{cursor: pointer;}
.owl-controls{-webkit-user-select: none;-khtml-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
/* mouse grab icon*/
.grabbing{cursor:url(../images/grabbing.png) 8 8, move;}
/* fix*/
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item{-webkit-backface-visibility: hidden;-moz-backface-visibility: hidden;-ms-backface-visibility: hidden;-webkit-transform: translate3d(0,0,0);-moz-transform: translate3d(0,0,0);-ms-transform: translate3d(0,0,0);}

.owl-carousel .owl-controls{width:100%;  z-index:11;}
.owl-carousel .owl-controls .owl-buttons div{position:absolute; display:inline-block ;zoom: 1;*display:inline; width:40px; height:70px; font-size:12px; text-indent:-9999px; transition:.35s;  top:50%; margin-top:-35px;}
.owl-carousel .owl-controls .owl-buttons .owl-prev {background:url(../images/jtl02.png) center no-repeat; overflow:hidden; left:-50px;}
.owl-carousel .owl-controls .owl-buttons .owl-next {background:url(../images/jtr02.png) center no-repeat; overflow:hidden; right:-50px;}
.owl-carousel .owl-controls .owl-buttons .owl-prev:hover {background:url(../images/jtl03.png) center no-repeat; overflow:hidden; left:-50px;}
.owl-carousel .owl-controls .owl-buttons .owl-next:hover {background:url(../images/jtr03.png) center no-repeat; overflow:hidden; right:-50px;}

.owl-carousel .owl-controls.clickable .owl-buttons div:hover{filter: Alpha(Opacity=100);/*IE7 fix*/opacity: 1;text-decoration: none;}
.owl-carousel .owl-controls .owl-page{display: inline-block;zoom: 1;*display: inline;/*IE7 life-saver*/}
.owl-carousel .owl-controls .owl-page span{display: block;width:10px; height:10px; margin: 5px 7px;filter: Alpha(Opacity=50);/*IE7 fix*/opacity: 0.5;-webkit-border-radius: 20px;-moz-border-radius: 20px;border-radius: 20px;background: #869791;}
.owl-carousel .owl-controls .owl-page.active span,
.owl-carouselpzs .owl-controls.clickable .owl-page:hover span{filter: Alpha(Opacity=100);/*IE7 fix*/opacity: 1; background: #e46d22;}
.owl-carousel .owl-controls .owl-page span.owl-numbers{height: auto;width: auto;color: #FFF;padding: 2px 10px;font-size: 12px;-webkit-border-radius: 30px;-moz-border-radius: 30px;border-radius: 30px;}
.owl-carousel .loading{min-height: 150px;background: url(../images/AjaxLoader.gif) no-repeat center center}
.owl-carousel .owl-pagination{display:none;}
@media screen and (max-width: 1600px){
.owl-carousel .owl-controls .owl-buttons .owl-prev {background:url(../images/jtl02.png) center no-repeat; overflow:hidden; left:-20px;}
.owl-carousel .owl-controls .owl-buttons .owl-next {background:url(../images/jtr02.png) center no-repeat; overflow:hidden; right:-20px;}
.owl-carousel .owl-controls .owl-buttons .owl-prev:hover {background:url(../images/jtl03.png) center no-repeat; overflow:hidden; left:-20px;}
.owl-carousel .owl-controls .owl-buttons .owl-next:hover {background:url(../images/jtr03.png) center no-repeat; overflow:hidden; right:-20px;}
}




.index-news-bj{background: #f5f5f5;padding:50px 0;position: relative;}
.index-news-bj:after{content: " ";display: block;height: 0;clear: both;visibility: hidden;font-size: 0;line-height: 0;}
.index-news-hz{margin-top:0px; }
.index-news-right{float:right;width:52%;}

.index-news-right-top-nr{float:left;overflow:hidden;}
.index-news-right-top-nr-rq li{float:left;margin-right:5px;font-size:14px;color:#999;}
.index-news-right-top-nr-title {margin-bottom:10px;overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.index-news-right-top-nr-title a{font-size:20px;}
.index-news-right-top-nr-title a:hover{text-decoration:underline;}
.index-news-right-top-nr-content{text-indent:30px;margin:14px 0;float:left; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden; color:#999;}


.index-news-right-bottom{margin-top:18px;}
.index-news-right-bottom li{background:url(../images/dian.png)no-repeat left;padding-left:20px;border-bottom:1px dashed #dbdbdb;float:left;line-height:45px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;width:100%;}
.index-news-pic{width:46%; float:left; display:block; overflow:hidden;}
.index-news-pic img:hover{ transform: scale(1.1);
-moz-transform:scale(1.1);
-ms-transform: scale(1.1);
-o-transform:scale(1.1);
-webkit-transform: scale(1.1);
transition-duration: .5s;
-moz-transition-duration: .5s;
-webkit-transition-duration: .5s;
-o-transition-duration: .5s; }

.index-news-pic img{transition-duration: .8s;
-moz-transition-duration: .8s;
-webkit-transition-duration: .8s;
-o-transition-duration: .8s;}

#Customer{padding:50px 0;}
.partner{overflow: hidden;padding-left: 1px; padding-bottom: 1px;}
.partner li{float: left;width:25%;height: 131px;position: relative;transition: all .3s;position: relative;border: 1px solid #e2e2e2;margin-bottom: -1px;margin-left: -1px}
.partner li img{width:100%;height: auto;position: absolute;z-index: 2;transform: rotateY(0deg);transition: all .5s ease 0s;backface-visibility: hidden}
.partner li span{position: absolute;width: 100%;height: auto;background: #09a0e7;line-height: 128px;font-size:18px;text-align: center;transform: rotateY(-180deg);transition: all .5s ease 0s;backface-visibility: hidden;color: #fff;padding: 0 5px}
.partner li:hover img{transform: rotateY(180deg)}
.partner li:hover span{transform: rotateY(0deg)}
.hMore{display: block;width: 160px;height: 40px;line-height: 40px;border: 1px solid #e2e2e2;text-align: center;margin: 0 auto;margin-top: 40px}
.hMore:hover{background: #09a0e7;border: 1px solid #09a0e7;color: #fff}




.listBanner{ width:100%; height:auto; overflow: hidden;}
.listBanner img{width:100%;}

.list-nav{text-align: center; padding: 13px 0; box-shadow: 0 0 10px #eee;}
.list-nav ul{margin: 0;}
.list-nav li{font-size:14px; display: inline-block; width: auto; position: relative; text-align: center; margin: 0 9px;}
.list-nav li a {padding: 0px 12px;line-height: 40px;transition: 0.3s;display: block;color: #222;background: #fff;border-radius: 7px;}
.list-nav li a:hover {background: #09a0e7;color: #fff;}
.list-nav .active a {background: #09a0e7;color: #fff;}


.inner_content{width:100%;background:#fff; overflow: hidden; margin: 50px 0}
.inner_content .inner_about{font-size:15px; color:#444; line-height:34px;  overflow: hidden;}
.inner_content .inner_about img{display:block;max-width:100%; margin: 10px auto;}
.inner_content .inner_about .ye{color: #09a0e7; font-weight: 600; display: inline-block; font-size: 18px;}

.cimg{width: 45%; float:right; margin-left: 20px !important;}
.cimg img{max-width: 100% !important;}


.workshop {padding:0; height:auto; overflow:hidden; margin-top:0%}
.workshop ul { list-style: none; overflow: hidden; margin-right: -2%; }
.workshop li { width: 31.333%; height: auto; overflow: hidden; margin-right:2%; float: left; margin-bottom: 20px;}
.workshop li .pic {border: 1px solid #cdcdcd; height:auto; overflow: hidden;}
.workshop li a { display: block; width: 100%; overflow: hidden; transition:all 0.3s;}
.workshop li .pic img { width: 100%!important; overflow: hidden;}
.workshop li div:hover { border: 1px solid #00a2e9; }
.workshop li a:hover{ transform:scale(1.2,1.2);  overflow: hidden;}
.workshop li span { display: block; text-align: center; line-height: 40px; color: #222; font-size: 13px; }



.workshop2 {padding:0; height:auto; overflow:hidden; margin-top:0%}
.workshop2 ul { list-style: none; overflow: hidden; margin-right: -2%; }
.workshop2 li { width:23%; height: auto; overflow: hidden; margin-right:2%; float: left; margin-bottom: 20px;}
.workshop2 li .pic {border: 1px solid #cdcdcd; height:auto; overflow: hidden;}
.workshop2 li a { display: block; width: 100%; overflow: hidden; transition:all 0.3s;}
.workshop2 li .pic img { width: 100%!important; overflow: hidden;}
.workshop2 li div:hover { border: 1px solid #00a2e9; }
.workshop2 li a:hover{ transform:scale(1.2,1.2);  overflow: hidden;}
.workshop2 li span { display: block; text-align: center; line-height: 40px; color: #222; font-size: 13px; }


.productPic{width: 100%; margin: 0 auto;padding: 0px 0; box-sizing: border-box;}
.productPic ul{overflow: hidden; margin-right: -2%;}
.productPic li{width: 23%; margin-right: 2%; float: left; margin-bottom: 30px;}
.product-words{width: 100%; overflow: hidden;}
.product-w-pic{width: 100%; position: relative; overflow: hidden; background-color: #fff; text-align: center; box-sizing: border-box; border: 1px solid #ebebeb;}
.product-w-pic img{width: 100%; object-fit: cover}
.product-w-shade{width: 100%; height: 92%; position: absolute; top: 0%; left: 0%; background-color: rgba(9, 161, 231, .8); transition: all .5s; opacity: 0;}
.product-w-pic .product-w-piclink{display: block;width: 100%;height: 100%;font-size: 0; padding: 0;border-bottom: none;margin: 0;}
.product-w-shade .pwz{width: 100%; position: absolute; top: 50%; transform: translate(0,-50%);}
.product-w-shade .pwz p{font-size: 24px; color: #fff; width: 80%; margin: auto; text-align:justify; text-justify:inter-word; text-align: center; overflow: hidden; display: -webkit-box; text-overflow: ellipsis; -webkit-line-clamp: 4; -webkit-box-orient: vertical;}
.product-w-shade .pwz span{display: inline-block; font-size: 16px; color: #fff; text-align: center; padding: 0 0 4px 0; border-bottom: 1px solid #fff; margin-top: 36px;}
.product-w-pic:hover .product-w-shade{opacity: 1; height: 100%;}
.product-w-words{width: 100%; overflow: hidden; padding: 15px; background-color: #ebebeb; box-sizing: border-box;}
.product-w-words .pwz{font-size: 14px; color: #333; line-height: 30px; text-align: center;}
.product-w-words p{font-size: 16px; color: #666; height: 22px; white-space:nowrap; text-overflow:ellipsis; overflow:hidden;}
.productPic li:hover .product-w-words{background-color: rgba(9, 161, 231, .8);}
.productPic li:hover .product-w-words .pwz{color: #fff}


.honor {padding:0; height:auto; overflow:hidden; margin-top:0%}
.honor ul { list-style: none; overflow: hidden; margin-right: -2%; }
.honor li { width:23%; height: auto; overflow: hidden; margin-right:2%; float: left; margin-bottom: 20px;}
.honor li .pic {border: 1px solid #cdcdcd; height:auto; overflow: hidden;}
.honor li a { display: block; width: 100%; overflow: hidden; transition:all 0.3s;}
.honor li .pic img { width: 100%!important; overflow: hidden;}
.honor li div:hover { border: 1px solid #00a2e9; }
.honor li a:hover{ transform:scale(1.2,1.2);  overflow: hidden;}
.honor li span { display: block; text-align: center; line-height: 40px; color: #222; font-size: 13px; }


/* 内页人才招聘部分 */
.jobctit{background:#00a2e9; line-height:70px; font-size:18px; color:#fff; margin-top:0px;}
.jobctit span{display:inline-block; width:18%; text-align:center;}
.job-content{width:100%; float:left; background:#fff;}
.job-content dl{width:100%; float:left;}
.job-content dl dt{height:62px; line-height:62px; cursor:pointer; border-bottom:1px solid #e6e6e6; font-size:16px; display:block; overflow:hidden;}
.job-content span.job_cls{width:6%;}
.job-content dl dt .down{width:11px;height:60px;background:url(../images/dl.png) no-repeat center;display:block; margin:auto;}
.job-content dl dt.cur .down{background:url(../images/dlon.png) no-repeat center;}
.job-content dl dt span{width:18.3%; float:left; text-align:center; color:#666;}
.job-content dl dd{background:#f8f8f8;padding:25px;line-height:30px; font-size:15px; overflow:hidden;}
.job-content dl dd p{color:#666; margin-top:10px;}
.job-content dl dd p span{font-weight:bold; color:#00a2e9; font-size:18px;}
.job-content dl dd .cont{width:100%; border-top:1px solid #e6e6e6; padding:10px 0 20px; margin:20px 0;}
.job-content dl dd .cont li{float:left; margin-right:3%; padding-left:30px;}
.job-content dl dd .cont li:nth-child(1){background:url(../images/dianhua.png) left no-repeat; background-size:25px 25px;}
.job-content dl dd .cont li:nth-child(2){background:url(../images/dingwei.png) left no-repeat; background-size:25px 25px;}
.job-content dl dd .cont li:nth-child(3){background:url(../images/youxiang.png) left no-repeat; background-size:25px 25px; margin-right:0;}


.contact{width: 100%; height: auto; overflow: hidden;}
.contact_lx{ float: left; margin-top:0px; font-size: 16px; line-height: 35px;}
.contact_lx .cbt{font-size: 19px; font-weight: 600; color: #00a2e9}

.tactfrms{width:50%;float:right; margin-top:0px;}
.tactfrms .fbt{font-size: 25px;color:#333;font-weight: normal; margin-bottom: 20px}
.tactfrms ul{overflow: hidden; margin-right: -5%}
.tactfrms li{width:45%;float:left;;margin:0 5% 12px 0;position:relative;}
.tactfrms li input{width:98%;padding:15px;border:solid 1px #ddd;border-radius: 3px;box-sizing: border-box}
.tactfrms li.area{height:auto;width:100%;}
.tactfrms li textarea{padding:15px;width:94%;height:120px;border:solid 1px #ddd;border-radius: 3px; font-family: Arial, "sans-serif";box-sizing: border-box}
.tactfrms li:nth-child(2n){margin-right:0;}
.tactfrms .btn{text-align: center;margin-top:0;overflow: hidden;}
.tactfrms .btn input{height:40px;width:120px;font-size:16px;color:#fff;background:#00a2e9;border-radius: 5px; border: none;}
.redxing{position:absolute;top:11px;left:57px;color:#364349;}

.contact_map{ width:100%;  padding-top: 30px;}
.contact_tu{width:43%;float:right;  margin-top: 25px;}
#map_container{height: 600px; margin: 25px 0;}


.inf_lc{padding: 12px 0 0;}
.inf_lc li{padding: 20px; border: 1px solid white; border-radius: 8px; height: auto; overflow: hidden; margin: 0 0 30px; background: #f9f9f9; box-sizing: border-box;}
.inf_lc li:hover{border-color: #09a0e7;border-radius: 4px;}
.inf_lc li.bg{background: #f5f5f5;}
.inf_lc li .bts{text-align: center;float: left;width: 10%;overflow: hidden; min-height: 100px; background: #09a0e7; padding:30px 0; box-sizing: border-box;}
.inf_lc li .bts b{font-weight: 100;display: block;line-height: 36px;overflow: hidden;font-size: 36px;font-family: Arial;text-transform: uppercase;color: #fff; }
.inf_lc li .bts span{font-weight: 100;display: block;line-height: 16px;height: 16px;overflow: hidden;font-size: 12px;font-family: Arial;text-transform: uppercase;color: #fff; }
.inf_lc li .nyzi{margin-left:3%;line-height: 26px;width: 65%;font-size: 14px;float: left;color: #555;}
.inf_lc li .nyzi b{display: block;font-weight: 100;color: #09a0e7;line-height: 30px;height: 30px;margin: 5px 0;font-size: 15px;}
.inf_lc li .nyzi b a, .inf_lc li .nyzi b a:hover{color: #09a0e7;font-weight: bold;display: block;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.inf_lc li .nyzi b a:hover{color: #09a0e7;}
.inf_lc li .fr{margin: 50px 0 0;width: 70px;height: 25px;line-height: 25px;text-align: center;color: #ffffff;background-color: #ff9900;}
.inf_lc li .fr:hover{background: #ff9900;}

.inf_lc li .pimg{width: 16%; float: right;}
.inf_lc li .pimg img{width: 100%}

.xinwenxiangqing{width:100%; height: auto; overflow: hidden; margin: 30px 0; }
.xinwenxiangqing .nd_head{text-align: center;margin-top:10px;padding-bottom: 30px;border-bottom: 1px dashed #d6d6d6;}
.xinwenxiangqing .nd_head p{color: #09a0e7;font-size: 28px;margin-bottom: 18px;height: auto;}
.xinwenxiangqing .nd_head span{color: #666;font-size: 14px;margin: 0 15px;}
.xinwenxiangqing .nd_text {text-align: left;font-size:14px;line-height:30px;  padding-bottom: 30px; margin-top: 15px;}
.xinwenxiangqing .nd_text img{ max-width: 100%; display: block; margin: 10px auto;}
.detail_fenx a{font-size:14px;padding:12px 0;overflow:hidden;margin-top:20px;border-top:1px dotted #adadad; color:#333;}
.new_s2{width:100%;float:left; margin-top:50px;}
.hot_pro2{width:100%;float:left; margin-top:50px;}
.hot_pro2_tit{width:100%; height:45px; background:#f1f1f1; color:#09a0e7; line-height:45px; font-size:16px; padding:0 20px; font-weight:bold; border:1px solid #d6d6d6; box-sizing: border-box;}
.news_random2{width:100%;float:left; background:#fff; border:1px solid #d6d6d6; padding:20px; border-top:none; box-sizing: border-box;}
.news_random2 ul li{width:48%; float:left; font-size:14px; line-height:36px; overflow:hidden; margin-right:4%; border-bottom:1px dashed #e6e6e6;overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;}
.news_random2 ul li:nth-child(2n){margin-right:0;}
.news_random2 ul li a{background:url(../images/ly_li.png) no-repeat left center; padding-left:15px; color: #333}
.news_random2 ul li a:hover{color:#09a0e7;}
.news_random2 ul li span{float:right; color:#999; line-height: 37px;}

.news_con_b{border-top: 1px solid #EEE;margin-top: 50px;padding-top: 50px;}
.news_con_b ul{line-height: 30px;float: left;}
.news_con_b li {font-size: 14px; color: #555;}
.news_con_b li a{font-size: 14px; color: #555;}
.news_con_b li a:hover{font-size: 14px; color: #09a0e7;}
.news_con_b .fhlb{float: right;width: 140px;height: 40px;line-height: 40px;background: #09a0e7;text-align: center;}
.news_con_b .fhlb a{display: block;color: #FFF; font-size: 14px;}
.news_con_b .fhlb a:hover{display: block;color: #FFF;text-decoration: none;}


.related-product {overflow:hidden;}
.related-product .title,.relatedTitle{background:#e7e7e7;height:45px;line-height:45px;}
.related-product .title span,.relatedTitle span{display:inline-block;color:#fff;background:#09a0e7;width:120px;height:45px;text-align:center;font-size:16px;font-weight:bold;}
.relatedNews{margin-top:40px; overflow:hidden}
.relatedNews_font{font-size:13px;margin-top:15px;}
.relatedNews_font ul{margin-right:-3%}
.relatedNews_font ul li{float:left;margin-right:3%;width:47%;;line-height:40px;border-bottom:1px dotted #ddd;line-height:40px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.relatedNews_font ul li a{background:url(../images/ly_li.png) no-repeat left center;padding-left:10px;}
.relatedNews_font ul li a:hover{ color: #09a0e7;}
.relatedNews_font ul li span{float:right;color:#999;margin-left:30px;}

.view-page{width:100%; position:relative; margin:40px 0; border-top:1px solid #d6d6d6; padding:40px 0;}
.view-page .prev,.view-page .back,.view-page .next{font-size:14px; width:160px; height:40px; line-height:40px; position: absolute;transition:background-color .25s ease-in-out;-moz-transition:background-color .25s ease-in-out;-webkit-transition:background-color .25s ease-in-out; }
.view-page .prev{left:0;}
.view-page .prev a{background:#fff url(../images/le.png) 20px center no-repeat; padding-left:60px; border:1px solid #e6e6e6; color: #555; line-height: 38px;}
.view-page .prev:hover a{color:#fff; background:url(../images/le-white.png) 20px center no-repeat #09a0e7;}
.view-page a{display:block;} 
.view-page .back{left:50%; margin-left:-80px; width:160px; border: none;}
.view-page .back a{background:url(../images/back.png) 20px center no-repeat #09a0e7;color: #fff; text-align:center; padding-left:25px; line-height: 40px;}
.view-page .back a:hover{background:url(../images/back.png) 20px center no-repeat #09a0e7; color:#000;}
.view-page .next{right:0;}
.view-page .next a{background:#fff url(../images/ri.png) 90% center no-repeat;text-align:center; border:1px solid #e6e6e6; line-height: 38px; color: #555}
.view-page .next:hover a{color:#fff; background:url(../images/ri-white.png) 90% center no-repeat #09a0e7;}

.pro_right{width: 100%; height: auto; overflow: hidden;}
.productss{width:100%; float:left;}
.promore_l{width:45%;float:left;}

/*å›¾ç‰‡æ"¾å¤§é•œæ ·å¼*/
.jqzoom{float:left;border:none;position:relative;padding:0px;cursor:pointer;margin:0px;display:block;}
.jqzoom img{width:100%; border:1px solid #d6d6d6;}
.zoomdiv{z-index:100;position:absolute;top:0px;left:0px;width:100%;height:100%;background:#fff;border:1px solid #ccc;display:none;text-align:center;overflow:hidden;}
.jqZoomPup{z-index:10;visibility:hidden;position:absolute;top:0px;left:0px;width:20px;height:20px;border:1px solid #aaa;background:#fff;opacity: 0.5;-moz-opacity: 0.5;-khtml-opacity: 0.5;filter: alpha(Opacity=50);}


/*å›¾ç‰‡å°å›¾é¢"è§ˆåˆ—è¡¨*/
.spec-preview{width:100%; height:100%;}
.spec-scroll{clear:both;margin-top:10px;width:100%; float:left;}
.spec-scroll .prev{float:left;margin-right:4px;}
.spec-scroll .next{float:right;}
.spec-scroll .prev,.spec-scroll .next{display:block; width:32px; height:32px; cursor:pointer; margin-top:5px;}
.spec-scroll .items{float:left;position:relative;width:80%; height:51px; overflow:hidden;}
.spec-scroll .items ul{position:absolute;width:999999px;}
.spec-scroll .items ul li{float:left;width:66px;text-align:center;}
.spec-scroll .items ul li img{border:1px solid #d6d6d6; padding:2px;width:54px;height:41px;}
.spec-scroll .items ul li img:hover{border:2px solid #33b0eb; padding:1px;}

.pros_right{width:50%; float:right; overflow:hidden;}
.pros_right_top{overflow:hidden; border-bottom:1px dashed #e6e6e6;}
.pros_right_top .pbt{overflow:hidden; font-size:24px; color:#33b0eb; padding-bottom:10px;}
.proleft{width:100%;font-size:14px; line-height:30px; margin-top:20px;}
.proleft p{font-size:14px; line-height:25px; }


.pc-cx-tel-1{width: 100%;height: auto;border-top: 2px solid #e6e6e6;padding-top: 20px; overflow:hidden; margin-top:20px;}
.pc-cx-tel-1-t1{width: 28%;height: 44px;background: #33b0eb;font-size: 18px;line-height: 44px;text-align: center;float: right;}
.pc-cx-tel-1-t1 a{display: block;color: #fff;}
.pc-cx-tel-1-t2{height: 56px;padding-left: 70px;background: url(../images/head-c-r1.png) no-repeat 0px top;font-size: 18px;color: #454545; float:left}
.pc-cx-tel-1-t2 p{line-height: 24px;}


.proleft_btn{width:100%; float:left; margin-top:30px;}
.proleft_btn li{width:150px; float:left; margin-right:10px;}
.proleft_btn li a{width:150px; height:40px; float:left; line-height:40px; text-align:center; font-size:16px; background:#eee; display:block; color: #33b0eb}
.proleft_btn li span{float:left; padding-right:20px;}
.proleft_btn li a:hover,.proleft_btn li a.on{background:#33b0eb; color:#fff;}

.tabs-basic{width:100%; margin-top:50px; float:left;}
/* The tabs */
.tabs-basic ul{list-style:none; text-align:left; margin:0; padding:0; border-bottom:1px solid #e6e6e6; background:#eee;}
.tabs-basic ul li{display:inline-block; margin-bottom:-1px; font-size:16px; text-transform:uppercase;}
.tabs-basic a{display:block; text-decoration:none; background:#eee; border:1px solid transparent; padding:10px 40px; color: #333}
.tabs-basic .tab-active{border-bottom:2px solid #33b0eb; color:#fff; background:#33b0eb;}
/* The content */
.tabs-basic .tabs-content-placeholder{overflow:hidden; margin:auto; background:#fff; padding:20px 0;}
.tabs-basic .tabs-content-placeholder .div{display:none;}
.tabs-basic .tabs-content-placeholder .div.tab-content-active{display:block; line-height:30px; font-size:14px;}
.tabs-basic .tabs-content-placeholder .div.tab-content-active table{border:1px solid #d6d6d6; line-height:24px; text-align:center;}
.tabs-basic .tabs-content-placeholder .div.tab-content-active table tr{padding-left:20px;}
.tabs-basic .tabs-content-placeholder .div p{line-height:30px; text-align:left; margin-top:10px;}
.tabs-basic .tabs-content-placeholder .div img{max-width:100%; margin:auto; display: block; clear: both;}
.tabs-basic table{border-collapse:collapse; border: 1px #e6e6e6 solid !important; width:100% !important;line-height:30px!important;}
.tabs-basic table td{padding:8px!important; padding-left:12px !important; word-wrap:break-word; word-break:break-all; border:1px #e6e6e6 solid !important; line-height:30px!important;}
.tabs-basic table td div{padding:0px!important;height:auto!important;}

.hot_pro2{width:100%;float:left; margin-top:50px;}
.hot_pro2_tit{width:100%; height:45px; background:#f1f1f1; color:#33b0eb; line-height:45px; font-size:16px; padding:0 20px; font-weight:bold; border:1px solid #d6d6d6; box-sizing: border-box;}

.scrollleft2{width:100%; float:left; margin-top:20px; margin-bottom: 30px;}
.scrollleft2 li{width:200px; float:left; margin-right:20px; overflow:hidden;}
.scrollleft2 li img{width:99%; display:block; border:1px solid #e6e6e6;}
.scrollleft2 li img:hover{border:1px solid #33b0eb;}
.scrollleft2 li a{color: #333}
.scrollleft2 li span{display:block; width:100%; line-height:30px; margin-top:10px; font-size:14px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; text-align:center;}


.cpicimg {padding:0; height:auto; overflow:hidden; margin-top:3%}
.cpicimg ul { list-style: none; overflow: hidden; margin-right: -2%; }
.cpicimg li { width:23%; height: auto; overflow: hidden; margin-right:2%; float: left; margin-bottom: 20px;}
.cpicimg li .pic {border: 1px solid #cdcdcd; height:auto; overflow: hidden;}
.cpicimg li a { display: block; width: 100%; overflow: hidden; transition:all 0.3s;}
.cpicimg li .pic img { width: 100%!important; overflow: hidden;}
.cpicimg li div:hover { border: 1px solid #00a2e9; }
.cpicimg li a:hover{ transform:scale(1.2,1.2);  overflow: hidden;}
.cpicimg li span { display: block; text-align: center; line-height: 20px; color: #222; font-size: 13px; margin-top:10px}